home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software of the Month Club 1996 June
/
Software of the Month Club 1996 June.iso
/
mac
/
ISO9660
/
DOS
/
EDU
/
MATHTEST
/
DOC.BAT
next >
Wrap
DOS Batch File
|
1995-07-18
|
645b
|
19 lines
echo off
cls
echo Mathtest .DOC File Utility: Prints out the .DOC file.
echo
echo This will print the file MATHTEST.DOC to your printer. The file will be a
echo total length of 9 pages.
echo
echo Prepare your printer, and press any key to print. (If you are using a dot-
echo matrix printer, position the paper so that printing will begin a couple of
echo lines below a perforation fold. The .DOC file includes no top margins.)
echo
echo If you do not wish to continue, then press CONTROL-C and answer "yes" to the
echo question.
echo
pause
echo Your printer should now be printing.
copy MATHTEST.DOC PRN
echo Done.